home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TCOMBOINPUTDIALOG / TCOMBOINPUTDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  1.2 KB  |  60 lines

  1. object ComboInputDialog: TComboInputDialog
  2.   Left = 403
  3.   Top = 281
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save session as'
  7.   ClientHeight = 86
  8.   ClientWidth = 269
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poOwnerFormCenter
  13.   DesignSize = (
  14.     269
  15.     86)
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object InputLabel: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 80
  22.     Height = 13
  23.     Caption = '&Save session as:'
  24.     FocusControl = InputCombo
  25.   end
  26.   object OKButton: TButton
  27.     Left = 100
  28.     Top = 54
  29.     Width = 75
  30.     Height = 25
  31.     Anchors = [akRight, akBottom]
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object CancelButton: TButton
  38.     Left = 188
  39.     Top = 54
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object InputCombo: TComboBox
  49.     Left = 8
  50.     Top = 24
  51.     Width = 255
  52.     Height = 21
  53.     Anchors = [akLeft, akTop, akRight]
  54.     ItemHeight = 13
  55.     MaxLength = 255
  56.     TabOrder = 0
  57.     OnChange = InputComboChange
  58.   end
  59. end
  60.